#include "deGlobalTypes.hpp"#include "deScene.hpp"Include dependency graph for deBoundingVolumes.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | IdeBoundingVolume |
| Base class for general bounding volume implementations. More... | |
| class | IdeBV_AABB |
| an abstract axis-aligned bounding box implementation More... | |
| class | IdeBV_Sphere |
| an abstract bounding sphere implementation More... | |
Defines | |
| #define | DEBV_API DESCENE_API |
Functions | |
| C DEDLL_IMPORT IdeBoundingVolume * | IdeBoundingVolume_Create (IdeBoundingVolume::BVType_t bvtype) |
| Create a bounding volume of the specified type. | |
|
|
|
|
|
Create a bounding volume of the specified type.
|
1.3-rc3